home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / mus / play / Eagleplay1_54c.lha / Eagleplayer / InstallData / ArexxExamples.lha / EP_NextModule.rexx < prev    next >
OS/2 REXX Batch file  |  1993-10-20  |  226b  |  18 lines

  1. /* EaglePlayer - nächstes Module in Dir-Liste laden & abspielen */
  2.  
  3. /* Arguments */
  4.  
  5. address 'rexx_EP'
  6.  
  7. options results
  8.  
  9. nextmodule
  10.  
  11. if result == "no" then do
  12.     say "Module not loaded !"
  13. end
  14. else do
  15.     say "Module loaded !"
  16. end
  17.  
  18.